ci: Stop running the asan build every time
authorMatthias Clasen <mclasen@redhat.com>
Thu, 2 Feb 2023 08:07:10 +0000 (09:07 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 2 Feb 2023 08:07:10 +0000 (09:07 +0100)
It fails because of address sanitizer crashes,
and takes a long time. It is not that useful
in this shape.

.gitlab-ci.yml

index 7ddfcf75720c5ab0a30aba01edc28be25e169b3f..13baacd54a5a88784b12f77bcb6fd9e683a82eeb 100644 (file)
@@ -364,6 +364,7 @@ asan-build:
   tags: [ asan ]
   stage: analysis
   needs: []
+  when: manual
   variables:
   script:
     - export PATH="$HOME/.local/bin:$PATH"